Version 24.2 (latest)

IKeyedList<TItem,TKey> Interface Methods

For a list of all members of this type, see IKeyedList<TItem,TKey> members.

Public Methods
 NameDescription
 MethodClearClears the contents of the collection.  
 MethodContainsKeyIndicates if an item with the specified key exists within the collection.  
 MethodIndexOfKeyReturns the index of the item with the specified key.  
 MethodTryGetItemGets the item with the specified key  
See Also